projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa0993
)
(xm_arm_callback): Don't compare widgets with `None',
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 28 Feb 2001 15:03:11 +0000
(15:03 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 28 Feb 2001 15:03:11 +0000
(15:03 +0000)
use NULL instead.
lwlib/lwlib-Xm.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib-Xm.c
b/lwlib/lwlib-Xm.c
index 16c8a947a4a9a81fa4088c6ef1147245362679c2..38142d79387e73e997aef019599c8e1ee1a3f0c5 100644
(file)
--- a/
lwlib/lwlib-Xm.c
+++ b/
lwlib/lwlib-Xm.c
@@
-266,7
+266,7
@@
xm_arm_callback (w, client_data, call_data)
widget_instance *instance;
/* Get the id of the menu bar or popup menu this widget is in. */
- while (w != N
one
)
+ while (w != N
ULL
)
{
if (XmIsRowColumn (w))
{
@@
-280,7
+280,7
@@
xm_arm_callback (w, client_data, call_data)
w = XtParent (w);
}
- if (w != N
one
)
+ if (w != N
ULL
)
{
instance = lw_get_widget_instance (w);
if (instance && instance->info->highlight_cb)